home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-17 | 266 b | 15 lines | [TEXT/CWIE] |
- // Sample UAM.h
-
- #include <Types.h>
-
- #include "ClientUAM.h"
-
- enum {
- kSampleCfg = (1 << kUseVolDlog), // the value returned from UAMOpen
- };
-
- Boolean FindStringInBuf(StringPtr,Ptr,UInt32);
-
- long SampleOpen(UAMArgs *theArgs);
-
- OSStatus SampleLogin(UAMArgs *theArgs);